home *** CD-ROM | disk | FTP | other *** search
/ Earth & Beyond / Earth and Beyond (EA Games)(Disc 1).ISO / ENBData.cab / _7C7D0DFE39C149BB9C7E436405FC3613 < prev    next >
INI File  |  2002-06-28  |  1KB  |  61 lines

  1. [Network]
  2. UseDebug    = true
  3. LogPath        = d:\temp\glog
  4. ;
  5. ; This is a UNIX only option that lets us specify which interface
  6. ;   to give to clients.  This is only useful if there are 2+ NICs on the server
  7. ;
  8. Interface = 10.255.255.255
  9. ;Interface = 208.255.255.255
  10.  
  11. [Client]
  12. Startup        = true
  13. ConnectTo    = SectorServer
  14. Protocol    = TCP
  15.  
  16. [MasterServer]
  17. Startup = true
  18. Name    = 127.0.0.1        ; The loopback interface (your own machine)
  19. Port    = 3801
  20.  
  21. [RegisterServer]
  22. Startup = true
  23. Name   = 127.0.0.1        ; The loopback interface (your own machine)
  24. Port   = 3802
  25.  
  26. [ReporterServer]
  27. Name    = 10.2.30.138        ; DB proxy
  28. Port    = 2121
  29.  
  30. [GlobalServer_Directory]            ; Directory servers connect to this address
  31. Name    = localhost
  32. Port    = 3804
  33.  
  34. [GlobalServer_Client]                ; Clients connect to this address
  35. Name    = localhost
  36. Port    = 3805
  37.  
  38. [GlobalServer_Register]                ; Reg servers connect to this address
  39. Name    = localhost
  40. Port    = 3806
  41.  
  42. [GlobalServer_Parent]                ; Global servers connect to this address
  43. Name    = localhost
  44. Port    = 3807
  45.  
  46. [ChatServer]
  47. Name = localhost
  48. Port = 9000
  49.  
  50. [ChatServer_Basic]
  51. Name = localhost
  52. Port = 9002
  53.  
  54. [GroupServer]
  55. Name = localhost
  56. Port = 9003
  57.  
  58. [GuildServer]
  59. Name = localhost
  60. Port = 9004
  61.